home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / GRP_CVTR / REALIZ10 / COLORWH.RDR < prev    next >
Text File  |  1994-06-01  |  636b  |  26 lines

  1. * the POV directives insertion is necessary because the default view
  2. *   doesn't give a good picture and there are no available views or viewports
  3. *
  4.  
  5. global
  6.     sky cloudy
  7.     floor none
  8.     autolight no
  9.  
  10. insert at_end begin_insert
  11.     camera { // VIEW *ACTIVE
  12.       location <-43.6418410,-99.7735390,692.2088870>
  13.       direction <0.0,0.0,1.9157088>
  14.       up <0.0,0.0,1.0>
  15.       sky <0.0,0.0,1.0>
  16.       right <-1.3333333,0.0,0.0>
  17.       look_at <0.0000000,0.0000000,0.0000000>
  18.     }
  19.  
  20.     object{
  21.       light_source {<-364.6387595,40.6333927,867.3895995>
  22.         color red 1 green 1 blue 1}
  23.     }
  24.     end_insert
  25.  
  26.